summaryrefslogtreecommitdiff
path: root/usr.bin/oldrdist
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/oldrdist')
-rw-r--r--usr.bin/oldrdist/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/oldrdist/main.c b/usr.bin/oldrdist/main.c
index f3191e523d0..3b5ab80c8a3 100644
--- a/usr.bin/oldrdist/main.c
+++ b/usr.bin/oldrdist/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.14 2002/06/12 06:07:16 mpech Exp $ */
+/* $OpenBSD: main.c,v 1.15 2002/06/18 23:49:15 deraadt Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -41,10 +41,11 @@ static char copyright[] =
#ifndef lint
/* from: static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/9/93"; */
-static char *rcsid = "$OpenBSD: main.c,v 1.14 2002/06/12 06:07:16 mpech Exp $";
+static char *rcsid = "$OpenBSD: main.c,v 1.15 2002/06/18 23:49:15 deraadt Exp $";
#endif /* not lint */
#include <stdarg.h>
+#include <libgen.h>
#include "defs.h"
#define NHOSTS 100