svn commit: r308734 - head/usr.sbin/crunch/crunchide

Ed Maste emaste at FreeBSD.org
Wed Nov 16 16:39:53 UTC 2016


Author: emaste
Date: Wed Nov 16 16:39:51 2016
New Revision: 308734
URL: https://svnweb.freebsd.org/changeset/base/308734

Log:
  crunchide: remove obsolete a.out header and comment
  
  crunchide(1) gained ELF support in r39172, and lost the unused a.out
  and non-functional ECOFF suport in r281655.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.sbin/crunch/crunchide/crunchide.c

Modified: head/usr.sbin/crunch/crunchide/crunchide.c
==============================================================================
--- head/usr.sbin/crunch/crunchide/crunchide.c	Wed Nov 16 16:34:17 2016	(r308733)
+++ head/usr.sbin/crunch/crunchide/crunchide.c	Wed Nov 16 16:39:51 2016	(r308734)
@@ -26,7 +26,7 @@
  *			   University of Maryland at College Park
  */
 /*
- * crunchide.c - tiptoes through an a.out symbol table, hiding all defined
+ * crunchide.c - tiptoes through a symbol table, hiding all defined
  *	global symbols.  Allows the user to supply a "keep list" of symbols
  *	that are not to be hidden.  This program relies on the use of the
  * 	linker's -dc flag to actually put global bss data into the file's
@@ -73,7 +73,6 @@ __FBSDID("$FreeBSD$");
 #include <stdlib.h>
 #include <string.h>
 #include <fcntl.h>
-#include <a.out.h>
 
 #include "extern.h"
 


More information about the svn-src-all mailing list