diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-09-22 21:56:57 +0000 |
| commit | 148531ef1e6681bf21fa82c8afd667377b9c057f (patch) | |
| tree | 4867a3bdc9ae39645860d414e03dc04a0418a63a /libexec/telnetd | |
| parent | 3f8ba9ae3e5875d5550eb586b6c3a64adbabb639 (diff) | |
Notes
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/Makefile | 1 | ||||
| -rw-r--r-- | libexec/telnetd/ext.h | 1 | ||||
| -rw-r--r-- | libexec/telnetd/pathnames.h | 1 | ||||
| -rw-r--r-- | libexec/telnetd/slc.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/state.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/sys_term.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/telnetd.8 | 1 | ||||
| -rw-r--r-- | libexec/telnetd/telnetd.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/termstat.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/utility.c | 2 |
10 files changed, 16 insertions, 0 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 4a93d76567a6..7c9919effb41 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,4 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 12/15/93 +# $Id$ PROG= telnetd CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h index 2460cf6c2f0d..05898fb5521d 100644 --- a/libexec/telnetd/ext.h +++ b/libexec/telnetd/ext.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)ext.h 8.2 (Berkeley) 12/15/93 + * $Id$ */ /* diff --git a/libexec/telnetd/pathnames.h b/libexec/telnetd/pathnames.h index 4e14a88b49cd..979f4d00a4f8 100644 --- a/libexec/telnetd/pathnames.h +++ b/libexec/telnetd/pathnames.h @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 + * $Id$ */ #if BSD > 43 diff --git a/libexec/telnetd/slc.c b/libexec/telnetd/slc.c index a03bd9d3f42d..a3799f3eeb9c 100644 --- a/libexec/telnetd/slc.c +++ b/libexec/telnetd/slc.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c index db9fbe814df4..4e72666d7cd5 100644 --- a/libexec/telnetd/state.c +++ b/libexec/telnetd/state.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index 77a9b7e16e38..72a1ff399f3f 100644 --- a/libexec/telnetd/sys_term.c +++ b/libexec/telnetd/sys_term.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index d63c4c5752d3..a98a0018dcd7 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)telnetd.8 8.3 (Berkeley) 3/1/94 +.\" $Id$ .\" .Dd March 1, 1994 .Dt TELNETD 8 diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index e131cae5a3af..afbced32c40a 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/telnetd/termstat.c b/libexec/telnetd/termstat.c index b08e50f0d625..9cb2b630b6b7 100644 --- a/libexec/telnetd/termstat.c +++ b/libexec/telnetd/termstat.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint diff --git a/libexec/telnetd/utility.c b/libexec/telnetd/utility.c index 03e1af2eaf39..3620813bd6c6 100644 --- a/libexec/telnetd/utility.c +++ b/libexec/telnetd/utility.c @@ -29,6 +29,8 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ #ifndef lint |
