diff options
Diffstat (limited to 'net/rarp.c')
| -rw-r--r-- | net/rarp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/rarp.c b/net/rarp.c index 5f18d8483..f9df07658 100644 --- a/net/rarp.c +++ b/net/rarp.c @@ -49,7 +49,7 @@ RarpHandler(uchar * dummi0, unsigned dummi1, unsigned dummi2, unsigned dummi3)  {  	char *s;  #ifdef	DEBUG -	printf("Got good RARP\n"); +	puts ("Got good RARP\n");  #endif  	if ((s = getenv("autoload")) != NULL) {  		if (*s == 'n') { |