System III, 4.3BSD-Reno, Ultrix 3.1 and `home made'' fixes and enhancements PR: ports/68127 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
12 lines
341 B
C
12 lines
341 B
C
diff -u -x CVS -x work -x core -x *.core -x #* -x *~ -x *.orig -x *.rej -I $Id.*$ -I $.+BSD.*$ name.h.orig name.h
|
|
--- name.h.orig Fri Jun 4 02:51:02 2004
|
|
+++ name.h Sat Jun 19 18:42:24 2004
|
|
@@ -18,7 +18,7 @@
|
|
struct namnod {
|
|
NAMPTR namlft;
|
|
NAMPTR namrgt;
|
|
- STRING namid;
|
|
+ CSTRING namid;
|
|
STRING namval;
|
|
STRING namenv;
|
|
INT namflg;
|