]> arthur.barton.de Git - netatalk.git/commitdiff
Removed unneed sccsid string. (-Wall warning)
authorsrittau <srittau>
Mon, 17 Feb 2003 01:33:01 +0000 (01:33 +0000)
committersrittau <srittau>
Mon, 17 Feb 2003 01:33:01 +0000 (01:33 +0000)
etc/papd/printcap.c

index 15b3b4e5ab54ba465dbac30de41a9386bb09e093..9bc00446d95507b799e21202a5c4c26c8e0fae9b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: printcap.c,v 1.8 2002-08-20 20:25:54 srittau Exp $
+ * $Id: printcap.c,v 1.9 2003-02-17 01:33:01 srittau Exp $
  *
  * Copyright (c) 1990,1994 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
-#ifndef lint
-static char sccsid[] = "@(#)printcap.c 5.7 (Berkeley) 3/4/91";
-#endif /* not lint */
-
 #include <ctype.h>
 #include <stdio.h>
 #include <string.h>