Module Name: othersrc Committed By: lukem Date: Sun Apr 9 06:23:20 UTC 2023
Modified Files: othersrc/usr.bin/tnftp/libnetbsd: libnetbsd.c Log Message: use better terminology To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/tnftp/libnetbsd/libnetbsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: othersrc/usr.bin/tnftp/libnetbsd/libnetbsd.c diff -u othersrc/usr.bin/tnftp/libnetbsd/libnetbsd.c:1.1 othersrc/usr.bin/tnftp/libnetbsd/libnetbsd.c:1.2 --- othersrc/usr.bin/tnftp/libnetbsd/libnetbsd.c:1.1 Sun Jul 5 11:11:10 2020 +++ othersrc/usr.bin/tnftp/libnetbsd/libnetbsd.c Sun Apr 9 06:23:20 2023 @@ -1,3 +1,3 @@ -/* $NetBSD: libnetbsd.c,v 1.1 2020/07/05 11:11:10 lukem Exp $ */ +/* $NetBSD: libnetbsd.c,v 1.2 2023/04/09 06:23:20 lukem Exp $ */ -const char libnetbsd_dummy[] = "Ensure libnetbsd.la is not empty"; +const char libnetbsd_placeholder[] = "Ensure libnetbsd.la is not empty";