aboutsummaryrefslogtreecommitdiff
path: root/lib/libnetbsd
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:28 +0000
commitdc36d6f9bb1753f3808552f3afd30eda9a7b206a (patch)
treeff3d9074f5f308639d273ed92d108921ee199c5c /lib/libnetbsd
parent5a1d14419a5b620430949a46cb6ee63148a43cb9 (diff)
downloadsrc-dc36d6f9bb1753f3808552f3afd30eda9a7b206a.tar.gz
src-dc36d6f9bb1753f3808552f3afd30eda9a7b206a.zip
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
Diffstat (limited to 'lib/libnetbsd')
-rw-r--r--lib/libnetbsd/netinet/in.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libnetbsd/netinet/in.h b/lib/libnetbsd/netinet/in.h
index d77238a005c2..0167707f9f67 100644
--- a/lib/libnetbsd/netinet/in.h
+++ b/lib/libnetbsd/netinet/in.h
@@ -26,8 +26,6 @@
* 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.
- *
- * @(#)in.h 8.3 (Berkeley) 1/3/94
*/
#ifndef _LIBNETBSD_NETINET_IN_H_