aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/yppoll
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1999-06-24 06:43:21 +0000
committerWarner Losh <imp@FreeBSD.org>1999-06-24 06:43:21 +0000
commit35994ac2c0407bf1a823ec83646a5fae8da7e7ac (patch)
tree7359aba577660c83f921b47102420b1987f565c6 /usr.sbin/yppoll
parent02db1769f30fe606ac5e0e6e7108065e4e70dcb3 (diff)
Notes
Diffstat (limited to 'usr.sbin/yppoll')
-rw-r--r--usr.sbin/yppoll/yppoll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c
index 3f1a305ce308..2629840c673c 100644
--- a/usr.sbin/yppoll/yppoll.c
+++ b/usr.sbin/yppoll/yppoll.c
@@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: yppoll.c,v 1.3 1997/10/27 12:30:30 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -65,7 +65,7 @@ char **argv;
yp_get_default_domain(&domainname);
- while( (c=getopt(argc, argv, "h:d:?")) != -1)
+ while( (c=getopt(argc, argv, "h:d:")) != -1)
switch(c) {
case 'd':
domainname = optarg;