=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/file.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/file/file.c 2009/10/26 21:03:55 1.21 --- src/usr.bin/file/file.c 2009/10/27 23:59:37 1.22 *************** *** 1,4 **** ! /* $OpenBSD: file.c,v 1.21 2009/10/26 21:03:55 ajacoutot Exp $ */ /* * Copyright (c) Ian F. Darwin 1986-1995. * Software written by Ian F. Darwin and others; --- 1,4 ---- ! /* $OpenBSD: file.c,v 1.22 2009/10/27 23:59:37 deraadt Exp $ */ /* * Copyright (c) Ian F. Darwin 1986-1995. * Software written by Ian F. Darwin and others; *************** *** 70,79 **** #include /* for byte swapping */ #include "patchlevel.h" - - #ifndef lint - FILE_RCSID("@(#)$Id: file.c,v 1.21 2009/10/26 21:03:55 ajacoutot Exp $") - #endif /* lint */ #ifdef S_IFLNK --- 70,75 ----