Module Name:    src
Committed By:   rin
Date:           Sat Apr 30 09:24:05 UTC 2022

Modified Files:
        src/sys/lib/libsa: stand.h

Log Message:
Now, NULL is always defined correctly, as we include <sys/param.h> above.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/lib/libsa/stand.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/lib/libsa/stand.h
diff -u src/sys/lib/libsa/stand.h:1.86 src/sys/lib/libsa/stand.h:1.87
--- src/sys/lib/libsa/stand.h:1.86	Fri Apr 29 07:42:07 2022
+++ src/sys/lib/libsa/stand.h	Sat Apr 30 09:24:05 2022
@@ -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

Reply via email to