summaryrefslogtreecommitdiffstats
path: root/net/rarp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rarp.c')
-rw-r--r--net/rarp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rarp.c b/net/rarp.c
index 5f18d84834..f9df07658e 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') {
OpenPOWER on IntegriCloud