summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-12-30 22:54:05 +0000
committerhubertf <hubertf>1997-12-30 22:54:05 +0000
commitdb702a1dc66ec4ac04965ea7e28fa996ae679ba2 (patch)
tree11b6747170dd3729bd2bd50edc31ba11c7983d31 /x11
parent7d68842a5295c2f939233eaebba0658dc9805141 (diff)
downloadpkgsrc-db702a1dc66ec4ac04965ea7e28fa996ae679ba2.tar.gz
Whitespace lossage, reported by tron@lyssa.owl.de
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase/patches/patch-ae10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/kdebase/patches/patch-ae b/x11/kdebase/patches/patch-ae
index 26af0fcc95e..7df2679da4e 100644
--- a/x11/kdebase/patches/patch-ae
+++ b/x11/kdebase/patches/patch-ae
@@ -1,5 +1,5 @@
---- kvt/command.c.orig Thu Dec 18 00:28:32 1997
-+++ kvt/command.c Thu Dec 18 00:35:56 1997
+--- kvt/command.c.orig Tue Dec 30 23:47:02 1997
++++ kvt/command.c Tue Dec 30 23:47:37 1997
@@ -169,10 +169,12 @@
*/
static struct termios ttmode;
@@ -10,12 +10,12 @@
#define _POSIX_VDISABLE 0
#endif
+#endif
-
+
#undef CTRL
#define CTRL(c) ((c) - '@')
@@ -404,7 +406,7 @@
}
-
+
/* init of termios structure */
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__NetBSD__)
@@ -23,7 +23,7 @@
#else
# ifdef _HPUX_SOURCE
@@ -472,7 +474,7 @@
-
+
if(mask == 0x7f)
ttmode.c_cflag = B9600 | PARENB | CS7 | CREAD;
-#ifdef __FreeBSD__