Author: eadler Date: Wed Jul 25 03:42:07 2018 New Revision: 336700 URL: https://svnweb.freebsd.org/changeset/base/336700
Log: find(1): remove empty else condition reported by: brooks Modified: head/usr.bin/find/find.c head/usr.bin/find/misc.c Modified: head/usr.bin/find/find.c ============================================================================== --- head/usr.bin/find/find.c Wed Jul 25 03:30:01 2018 (r336699) +++ head/usr.bin/find/find.c Wed Jul 25 03:42:07 2018 (r336700) @@ -34,7 +34,6 @@ #if 0 static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; -#else #endif #include <sys/cdefs.h> Modified: head/usr.bin/find/misc.c ============================================================================== --- head/usr.bin/find/misc.c Wed Jul 25 03:30:01 2018 (r336699) +++ head/usr.bin/find/misc.c Wed Jul 25 03:42:07 2018 (r336700) @@ -34,7 +34,6 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94"; -#else #endif #include <sys/cdefs.h> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"