svn commit: r310874 - head/usr.bin/sdiff

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 30 23:46:12 UTC 2016


Author: bapt
Date: Fri Dec 30 23:46:11 2016
New Revision: 310874
URL: https://svnweb.freebsd.org/changeset/base/310874

Log:
  Remove extra entries from the option enum
  
  MFC after:	3 days

Modified:
  head/usr.bin/sdiff/sdiff.c

Modified: head/usr.bin/sdiff/sdiff.c
==============================================================================
--- head/usr.bin/sdiff/sdiff.c	Fri Dec 30 23:44:39 2016	(r310873)
+++ head/usr.bin/sdiff/sdiff.c	Fri Dec 30 23:46:11 2016	(r310874)
@@ -82,28 +82,9 @@ enum {
 	NORMAL_OPT,
 	FCASE_SENSITIVE_OPT,
 	FCASE_IGNORE_OPT,
-	FROMFILE_OPT,
-	TOFILE_OPT,
-	UNIDIR_OPT,
 	STRIPCR_OPT,
-	HORIZ_OPT,
-	SUPCL_OPT,
-	LF_OPT,
-	/* the following groupings must be in sequence */
-	OLDGF_OPT,
-	NEWGF_OPT,
-	UNCGF_OPT,
-	CHGF_OPT,
-	OLDLF_OPT,
-	NEWLF_OPT,
-	UNCLF_OPT,
-	/* end order-sensitive enums */
 	TSIZE_OPT,
-	HLINES_OPT,
-	LFILES_OPT,
 	DIFFPROG_OPT,
-
-	NOOP_OPT,
 };
 
 static struct option longopts[] = {


More information about the svn-src-head mailing list