diff options
| author | Vladimir Kotal <Vladimir.Kotal@Sun.COM> | 2008-09-03 16:07:48 +0200 |
|---|---|---|
| committer | Vladimir Kotal <Vladimir.Kotal@Sun.COM> | 2008-09-03 16:07:48 +0200 |
| commit | b811a51ae52cf3dd141a03c928fdcfbd6160c008 (patch) | |
| tree | a49fabb04c361f5e4030d0a7ab2e8c5083eb8bc0 /usr/src/cmd/ssh/include/openbsd-compat.h | |
| parent | b7deb15b87755a1f442ce5b1eb27adf498afbb2a (diff) | |
| download | illumos-joyent-b811a51ae52cf3dd141a03c928fdcfbd6160c008.tar.gz | |
PSARC 2008/305 strsep() in libc
4383867 need strsep() in libc
--HG--
rename : usr/src/lib/passwdutil/bsd-strsep.c => usr/src/lib/libc/port/gen/strsep.c
Diffstat (limited to 'usr/src/cmd/ssh/include/openbsd-compat.h')
| -rw-r--r-- | usr/src/cmd/ssh/include/openbsd-compat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/cmd/ssh/include/openbsd-compat.h b/usr/src/cmd/ssh/include/openbsd-compat.h index 2cdd3952ab..df2472da0e 100644 --- a/usr/src/cmd/ssh/include/openbsd-compat.h +++ b/usr/src/cmd/ssh/include/openbsd-compat.h @@ -29,8 +29,6 @@ /* $Id: openbsd-compat.h,v 1.17 2002/09/12 00:33:02 djm Exp $ */ -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif @@ -52,7 +50,6 @@ extern "C" { #include "sigact.h" #include "inet_ntoa.h" #include "inet_ntop.h" -#include "strsep.h" #include "setproctitle.h" #include "getgrouplist.h" #include "glob.h" |
