diff options
Diffstat (limited to 'net/rarp.c')
-rw-r--r-- | net/rarp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') { |