diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-05 16:24:22 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-05 16:24:22 +0000 |
commit | 6767fa568a1cff2ba8ab84dcca345de546eb4009 (patch) | |
tree | 9015d59b9756604a493fc30d8dd5acccb3fe1169 | |
parent | cb68b01c53d0c201754451bcf069dda1860c68aa (diff) | |
download | ports-6767fa568a1cff2ba8ab84dcca345de546eb4009.tar.gz ports-6767fa568a1cff2ba8ab84dcca345de546eb4009.zip |
Notes
-rw-r--r-- | shells/bash1/files/patch-ai | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/bash1/files/patch-ai b/shells/bash1/files/patch-ai new file mode 100644 index 000000000000..e51bb707a183 --- /dev/null +++ b/shells/bash1/files/patch-ai @@ -0,0 +1,11 @@ +--- siglist.h.orig Mon Mar 15 07:21:34 1999 ++++ siglist.h Mon Mar 15 07:21:50 1999 +@@ -28,7 +28,7 @@ + #endif /* Solaris || USGr4_2 || drs6000 || amiga || Minix */ + + #if !defined (Solaris) && !defined (Linux) && !defined (__BSD_4_4__) && \ +- !defined (Minix) && !defined (NetBSD) && !defined (FreeBSD) && \ ++ !defined (Minix) && !defined (NetBSD) && !defined (__FreeBSD__) && \ + !defined (BSD_OS) + extern char *sys_siglist[]; + #endif /* !Solaris && !Linux && !__BSD_4_4__ && !Minix && !NetBSD && !FreeBSD && !BSD_OS */ |