Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/usr.bin/file Pull up revision 1.35 (requested by thorpe...



details:   https://anonhg.NetBSD.org/src/rev/53e7769f652b
branches:  netbsd-1-6
changeset: 529603:53e7769f652b
user:      he <he%NetBSD.org@localhost>
date:      Sun Dec 01 12:06:57 2002 +0000

description:
Pull up revision 1.35 (requested by thorpej in ticket #820):
  Don't include <sys/cdefs.h> directly.  On NetBSD systems,
  it will be pulled in by <sys/types.h>, and on non-NetBSD
  systems (host tool case), it doesn't really matter since
  it's just for the __RCSID macro.

diffstat:

 usr.bin/file/apprentice.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r c5b6eb8c3f25 -r 53e7769f652b usr.bin/file/apprentice.c
--- a/usr.bin/file/apprentice.c Sun Dec 01 12:03:45 2002 +0000
+++ b/usr.bin/file/apprentice.c Sun Dec 01 12:06:57 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: apprentice.c,v 1.29 2002/05/21 12:51:27 christos Exp $ */
+/*     $NetBSD: apprentice.c,v 1.29.2.1 2002/12/01 12:06:57 he Exp $   */
 
 /*
  * apprentice - make one pass through /etc/magic, learning its secrets.
@@ -44,12 +44,11 @@
 #include <sys/mman.h>
 #endif
 
-#include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
 #if 0
 FILE_RCSID("@(#)Id: apprentice.c,v 1.46 2002/05/16 18:45:56 christos Exp ")
 #else
-__RCSID("$NetBSD: apprentice.c,v 1.29 2002/05/21 12:51:27 christos Exp $");
+__RCSID("$NetBSD: apprentice.c,v 1.29.2.1 2002/12/01 12:06:57 he Exp $");
 #endif
 #endif /* lint */
 



Home | Main Index | Thread Index | Old Index