1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Not to display unnecessary 'pty_search' message.

This commit is contained in:
CHOI Junho 2000-08-26 16:13:34 +00:00
parent ea9fe2dcf1
commit e3db2223bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31999

View File

@ -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++) {