summaryrefslogtreecommitdiff
path: root/openbsd-compat/strsep.c
diff options
context:
space:
mode:
authordtucker <dtucker>2005-11-10 06:28:35 +0000
committerdtucker <dtucker>2005-11-10 06:28:35 +0000
commitf3a228a77dc4a0e2c9126e8253908726e278bdf1 (patch)
treee662cd93b619399869cb33c6153d27f72eee59bc /openbsd-compat/strsep.c
parent0f9b639d9cdab05b65e2497c479de55f3d2a0178 (diff)
downloadopenssh-f3a228a77dc4a0e2c9126e8253908726e278bdf1.tar.gz
- (dtucker) [openbsd-compat/strsep.c] Update from OpenBSD 1.5 -> 1.6.
Diffstat (limited to 'openbsd-compat/strsep.c')
-rw-r--r--openbsd-compat/strsep.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/openbsd-compat/strsep.c b/openbsd-compat/strsep.c
index 9e81980c..b36eb8fd 100644
--- a/openbsd-compat/strsep.c
+++ b/openbsd-compat/strsep.c
@@ -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
@@ -38,14 +38,6 @@
#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.