svn commit: r243085 - head/usr.sbin/chkgrp
Eitan Adler
eadler at FreeBSD.org
Thu Nov 15 15:21:58 UTC 2012
Author: eadler
Date: Thu Nov 15 15:21:58 2012
New Revision: 243085
URL: http://svnweb.freebsd.org/changeset/base/243085
Log:
This wasn't supposed to be in there - I committed the wrong patch.
Approved by: cperciva (implicit)
Modified:
head/usr.sbin/chkgrp/chkgrp.c
Modified: head/usr.sbin/chkgrp/chkgrp.c
==============================================================================
--- head/usr.sbin/chkgrp/chkgrp.c Thu Nov 15 15:16:50 2012 (r243084)
+++ head/usr.sbin/chkgrp/chkgrp.c Thu Nov 15 15:21:58 2012 (r243085)
@@ -69,7 +69,6 @@ main(int argc, char *argv[])
break;
case '?':
default:
- printf("hello\n");
usage();
}
}
More information about the svn-src-all
mailing list