diff options
Diffstat (limited to 'usr/src/cmd/svr4pkg/libinst/pathdup.c')
-rw-r--r-- | usr/src/cmd/svr4pkg/libinst/pathdup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/cmd/svr4pkg/libinst/pathdup.c b/usr/src/cmd/svr4pkg/libinst/pathdup.c index 950d8bc5ed..39c92ce2ce 100644 --- a/usr/src/cmd/svr4pkg/libinst/pathdup.c +++ b/usr/src/cmd/svr4pkg/libinst/pathdup.c @@ -46,7 +46,6 @@ * memory fragmentation to 12.5% */ #define MEMSIZ PATH_MAX*8 -#define NULL 0 struct dup { char mem[MEMSIZ]; |