From owner-freebsd-commit Tue Feb 6 13:05:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA11973 for freebsd-commit-outgoing; Tue, 6 Feb 1996 13:05:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA11961 for cvs-all-outgoing; Tue, 6 Feb 1996 13:05:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA11944 for cvs-usrsbin-outgoing; Tue, 6 Feb 1996 13:05:07 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA11935 Tue, 6 Feb 1996 13:05:01 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.6.12/8.6.12) id NAA00903; Tue, 6 Feb 1996 13:05:00 -0800 From: Julian Elischer Message-Id: <199602062105.NAA00903@ref.tfs.com> Subject: Re: cvs commit: src/usr.sbin/sendmail/src Makefile To: wollman@freefall.freebsd.org (Garrett Wollman) Date: Tue, 6 Feb 1996 13:04:59 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199602062036.MAA09219@freefall.freebsd.org> from "Garrett Wollman" at Feb 6, 96 12:36:17 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-commit@FreeBSD.ORG Precedence: bulk HEY THIS IS A BACKWARDS STEP! > > wollman 96/02/06 12:36:16 > > Modified: lib/libc Makefile > lib/libc/net Makefile.inc res_debug.c > sbin/ifconfig ifconfig.8 ifconfig.c > usr.sbin/named db_dump.c db_load.c > usr.sbin/named/xfer named-xfer.c > usr.bin/netstat Makefile if.c main.c > usr.sbin/nslookup debug.c list.c > sbin/route Makefile route.c > usr.sbin/sendmail/src Makefile > Log: > Remove support for OSI networking in user-land (#ifdef OSI aor CCITT) > in preparation for its removal from the kernel source tree. NB: because > a function was deleted, libc is now at version 3.0 (was 2.2 previously). > > Revision Changes Path > 1.14 +2 -2 src/lib/libc/Makefile > 1.11 +1 -1 src/lib/libc/net/Makefile.inc > 1.7 +8 -1 src/lib/libc/net/res_debug.c > 1.6 +49 -61 src/sbin/ifconfig/ifconfig.8 > 1.14 +23 -2 src/sbin/ifconfig/ifconfig.c > 1.6 +7 -1 src/usr.sbin/named/db_dump.c > 1.6 +7 -1 src/usr.sbin/named/db_load.c > 1.6 +7 -1 src/usr.sbin/named/xfer/named-xfer.c > 1.4 +3 -3 src/usr.bin/netstat/Makefile > 1.9 +4 -0 src/usr.bin/netstat/if.c > 1.12 +11 -1 src/usr.bin/netstat/main.c > 1.5 +7 -1 src/usr.sbin/nslookup/debug.c > 1.5 +7 -1 src/usr.sbin/nslookup/list.c > 1.5 +1 -1 src/sbin/route/Makefile > 1.5 +39 -2 src/sbin/route/route.c > 1.9 +1 -1 src/usr.sbin/sendmail/src/Makefile >