]> andersk Git - openssh.git/blobdiff - openbsd-compat/strsep.c
- stevesk@cvs.openbsd.org 2009/01/15 17:38:43
[openssh.git] / openbsd-compat / strsep.c
index 9e81980c7ea65c6d5e1fc6f9cfc9fcf5d5f1df6e..b36eb8fdad704ec8dd4dd41998e66b17f4ceb7d6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $      */
+/*     $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $        */
 
 /*-
  * Copyright (c) 1990, 1993
 #include <string.h>
 #include <stdio.h>
 
-#if defined(LIBC_SCCS) && !defined(lint)
-#if 0
-static char sccsid[] = "@(#)strsep.c   8.1 (Berkeley) 6/4/93";
-#else
-static char *rcsid = "$OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $";
-#endif
-#endif /* LIBC_SCCS and not lint */
-
 /*
  * Get next token from string *stringp, where tokens are possibly-empty
  * strings separated by characters from delim.  
This page took 0.057868 seconds and 4 git commands to generate.