summaryrefslogtreecommitdiffstats
path: root/sbin/natd
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1997-12-27 19:31:11 +0000
committeralex <alex@FreeBSD.org>1997-12-27 19:31:11 +0000
commitc74dfe8f29a08a94b45174c9ddcc9b7f9b36a010 (patch)
tree87a2585f0fe9793ac9550507182a18ba86ff3cae /sbin/natd
parentc15231d3d82a392faccd7b0a0b4b3f21df3c4469 (diff)
downloadFreeBSD-src-c74dfe8f29a08a94b45174c9ddcc9b7f9b36a010.zip
FreeBSD-src-c74dfe8f29a08a94b45174c9ddcc9b7f9b36a010.tar.gz
Typo/$Id$ police.
Diffstat (limited to 'sbin/natd')
-rw-r--r--sbin/natd/icmp.c4
-rw-r--r--sbin/natd/natd.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/sbin/natd/icmp.c b/sbin/natd/icmp.c
index 2018f66..13a1cd2 100644
--- a/sbin/natd/icmp.c
+++ b/sbin/natd/icmp.c
@@ -1,3 +1,7 @@
+/*
+ * $Id$
+ */
+
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c
index 11d732a..3646a33 100644
--- a/sbin/natd/natd.c
+++ b/sbin/natd/natd.c
@@ -1,7 +1,7 @@
/*
* natd - Network Address Translation Daemon for FreeBSD.
*
- * This software ois provided free of charge, with no
+ * This software is provided free of charge, with no
* warranty of any kind, either expressed or implied.
* Use at your own risk.
*
@@ -9,6 +9,7 @@
*
* Ari Suutari <suutari@iki.fi>
*
+ * $Id$
*/
#include <sys/types.h>
OpenPOWER on IntegriCloud