From 515d0f9a1eeedcbd03bb78cf09a17d99e597b5a3 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 29 Aug 2003 16:59:52 +0000 Subject: - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on our files, and added missing license to header. --- openbsd-compat/strsep.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 openbsd-compat/strsep.h (limited to 'openbsd-compat/strsep.h') diff --git a/openbsd-compat/strsep.h b/openbsd-compat/strsep.h deleted file mode 100644 index 6ed810ac1..000000000 --- a/openbsd-compat/strsep.h +++ /dev/null @@ -1,12 +0,0 @@ -/* $Id: strsep.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ - -#ifndef _BSD_STRSEP_H -#define _BSD_STRSEP_H - -#include "config.h" - -#ifndef HAVE_STRSEP -char *strsep(char **stringp, const char *delim); -#endif /* HAVE_STRSEP */ - -#endif /* _BSD_STRSEP_H */ -- cgit v1.2.3