diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1996-12-17 21:07:05 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-12-17 21:07:05 +0000 |
| commit | 337e72d0e59a6e844679b70ddb1df6f93f7fcbfe (patch) | |
| tree | f53ec81502ac44b44c86ac510cf893890e08e026 /sbin/routed/md5.c | |
| parent | 71965874ee69f5093d3dc664d26fa81eadf09523 (diff) | |
Diffstat (limited to 'sbin/routed/md5.c')
| -rw-r--r-- | sbin/routed/md5.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/md5.c b/sbin/routed/md5.c index c24aa5ad75035..dc52a8fdc96e4 100644 --- a/sbin/routed/md5.c +++ b/sbin/routed/md5.c @@ -22,10 +22,10 @@ * documentation and/or software. */ -#ident "$Revision: 1.3 $" +#ident "$Revision: 1.4 $" -#ifdef sgi #include <strings.h> +#ifdef sgi #include <bstring.h> #endif #include <sys/types.h> |
