artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
206491c
)
is_number() is needed even without EXTENSIONS defined
author
jakob
<jakob@openbsd.org>
Mon, 24 Apr 2000 22:38:31 +0000
(22:38 +0000)
committer
jakob
<jakob@openbsd.org>
Mon, 24 Apr 2000 22:38:31 +0000
(22:38 +0000)
usr.sbin/user/user.c
patch
|
blob
|
history
diff --git
a/usr.sbin/user/user.c
b/usr.sbin/user/user.c
index
94f70ee
..
beb2d22
100644
(file)
--- a/
usr.sbin/user/user.c
+++ b/
usr.sbin/user/user.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: user.c,v 1.
3 2000/04/24 22:37:15
jakob Exp $ */
+/* $OpenBSD: user.c,v 1.
4 2000/04/24 22:38:31
jakob Exp $ */
/* $NetBSD: user.c,v 1.17 2000/04/14 06:26:55 simonb Exp $ */
/*
@@
-196,7
+196,6
@@
asystem(char *fmt, ...)
return ret;
}
-#ifdef EXTENSIONS
/* return 1 if all of `s' is numeric */
static int
is_number(char *s)
@@
-208,7
+207,6
@@
is_number(char *s)
}
return 1;
}
-#endif
/*
* check that the effective uid is 0 - called from funcs which will