diff options
Diffstat (limited to 'korean/hanterm-xf86/files/patch-ab')
-rw-r--r-- | korean/hanterm-xf86/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/korean/hanterm-xf86/files/patch-ab b/korean/hanterm-xf86/files/patch-ab new file mode 100644 index 000000000000..76765a0a0d53 --- /dev/null +++ b/korean/hanterm-xf86/files/patch-ab @@ -0,0 +1,11 @@ +--- main.c~ Thu Mar 2 17:08:33 2000 ++++ main.c Sun Aug 27 00:10:09 2000 +@@ -2001,7 +2001,7 @@ + int *pty; + { + static int devindex, letter = 0; +- printf("%s\n",__FUNCTION__); ++ /*printf("%s\n",__FUNCTION__);*/ + + #if defined(CRAY) + for (; devindex < MAXPTTYS; devindex++) { |