From 4870e0a7381ec2ec57437062574e6ddc3dd48d7f Mon Sep 17 00:00:00 2001 From: Richard PALO Date: Wed, 27 Jan 2016 07:05:51 +0100 Subject: 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 Reviewed by: Gary Mills Reviewed by: Robert Mustacci Approved by: Dan McDonald --- usr/src/cmd/svr4pkg/libinst/pathdup.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr/src/cmd/svr4pkg/libinst/pathdup.c') 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]; -- cgit v1.2.3