diff options
author | Richard PALO <richard@NetBSD.org> | 2016-01-27 07:05:51 +0100 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2016-02-05 13:35:27 -0500 |
commit | 4870e0a7381ec2ec57437062574e6ddc3dd48d7f (patch) | |
tree | 568fba5e7a35ab3e73daf7ba543476e0d200ec28 /usr/src/cmd/backup | |
parent | 1c0cef67dba05c477dba779bc99224693e809a14 (diff) | |
download | illumos-gate-4870e0a7381ec2ec57437062574e6ddc3dd48d7f.tar.gz |
6582 initial reorg adding sys/null.h for 5218
6487 clean up __STDC__ ifdefs in rpcsvc/dbm.h
6563 fmtmsg.h should be simplified and neither define NULL nor _NULL
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Reviewed by: Robert Mustacci <rm@joyent.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/cmd/backup')
-rw-r--r-- | usr/src/cmd/backup/dump/lftw.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/cmd/backup/dump/lftw.c b/usr/src/cmd/backup/dump/lftw.c index 8dfcf7db70..d0a9da65ce 100644 --- a/usr/src/cmd/backup/dump/lftw.c +++ b/usr/src/cmd/backup/dump/lftw.c @@ -26,8 +26,6 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - /* LINTLIBRARY */ /* * ftw - file tree walk @@ -101,8 +99,6 @@ #include <unistd.h> #include <ftw.h> -#define NULL 0 - static int pwdfd; static int lf_xftw( |