diff options
Diffstat (limited to 'usr/src/cmd/ypcmd/ypxfr.c')
-rw-r--r-- | usr/src/cmd/ypcmd/ypxfr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/cmd/ypcmd/ypxfr.c b/usr/src/cmd/ypcmd/ypxfr.c index 15846cbc28..c6a8d403aa 100644 --- a/usr/src/cmd/ypcmd/ypxfr.c +++ b/usr/src/cmd/ypcmd/ypxfr.c @@ -32,8 +32,6 @@ * California. */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* * This is a user command which gets a NIS data base from some running * server, and gets it to the local site by using the normal NIS client @@ -72,7 +70,6 @@ */ #include <ndbm.h> -#undef NULL #define DATUM #include <stdio.h> |