PERFORCE change 118417 for review

Peter Wemm peter at FreeBSD.org
Thu Apr 19 16:33:59 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=118417

Change 118417 by peter at peter_overcee on 2007/04/19 16:33:14

	WTF??

Affected files ...

.. //depot/projects/hammer/usr.sbin/daemon/daemon.c#7 edit

Differences ...

==== //depot/projects/hammer/usr.sbin/daemon/daemon.c#7 (text+ko) ====

@@ -55,7 +55,7 @@
 
 	nochdir = noclose = 1;
 	pidfile = user = NULL;
-	while ((ch = getopt(argc, argv, "-cf:p:u:")) != -1) {
+	while ((ch = getopt(argc, argv, "cfp:u:")) != -1) {
 		switch (ch) {
 		case 'c':
 			nochdir = 0;


More information about the p4-projects mailing list