summaryrefslogtreecommitdiff
path: root/sys/lib
diff options
context:
space:
mode:
authorrin <rin@NetBSD.org>2022-04-30 09:24:05 +0000
committerrin <rin@NetBSD.org>2022-04-30 09:24:05 +0000
commiteafe87246cda1e4388d668453f24371642b6871d (patch)
tree73fcc63e3496a8c6878057d2e6c32ae8021368ca /sys/lib
parent3e409e3ce0cc50bb31f35944b572ab2d30ee42b9 (diff)
Now, NULL is always defined correctly, as we include <sys/param.h> above.
Diffstat (limited to 'sys/lib')
-rw-r--r--sys/lib/libsa/stand.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h
index d68192caf5e..36b3b916249 100644
--- a/sys/lib/libsa/stand.h
+++ b/sys/lib/libsa/stand.h
@@ -1,4 +1,4 @@
-/* $NetBSD: stand.h,v 1.86 2022/04/29 07:42:07 rin Exp $ */
+/* $NetBSD: stand.h,v 1.87 2022/04/30 09:24:05 rin Exp $ */
/*
* Copyright (c) 1999 Christopher G. Demetriou. All rights reserved.
@@ -72,10 +72,6 @@
#include "saioctl.h"
#include "saerrno.h"
-#ifndef NULL
-#define NULL 0
-#endif
-
#ifdef LIBSA_RENAME_PRINTF
#define getchar libsa_getchar
#define kgets libsa_kgets