diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2000-08-26 16:13:34 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2000-08-26 16:13:34 +0000 |
commit | e3db2223bb9b228ab17295f7d9d50e451029a17d (patch) | |
tree | 719fe2c7ebce9107152f708a3a5e6ce6cf91cf39 /korean | |
parent | Add holyshout 0.1, a mp3 stream-feeder that works with icecast/shoutcast (diff) |
Not to display unnecessary 'pty_search' message.
Diffstat (limited to 'korean')
-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++) { |