--- getty_ps-2.1.0/funcs.c	2002-09-25 02:43:28.000000000 -0400
+++ getty_ps-2.1.0/funcs.c.new	2005-07-25 00:15:24.000000000 -0400
@@ -74,7 +74,7 @@
 extern char *emsi;
 
 char	*unquote();
-int	expect(), send();
+int	expect(), mysend();
 boolean	expmatch();
 void	expalarm();
 
@@ -335,7 +335,7 @@
 			state = SEND;
 			break;
 		case SEND:
-			if (send(word) == FAIL)
+			if (mysend(word) == FAIL)
 				return(FAIL);
 			state = EXPECT;
 			break;
@@ -418,10 +418,10 @@
 
 
 /*
-**	send(): send a string to stdout
+**	mysend(): send a string to stdout
 */
 
-int send(s)
+int mysend(s)
 register char *s;
 {
 	register int retval = SUCCESS;
