Skip to content

Commit eba230a

Browse files
committed
Purge more stray embedded $FreeBSD$ strings
These do not use __FBSDID but instead use bare char arrays. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41957
1 parent e4c6841 commit eba230a

File tree

139 files changed

+0
-476
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+0
-476
lines changed

lib/lib80211/lib80211_regdomain.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2323
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2424
*/
25-
#ifndef lint
26-
static const char rcsid[] = "$FreeBSD$";
27-
#endif /* not lint */
2825

2926
#include <sys/types.h>
3027
#include <sys/errno.h>

lib/libc/net/nslexer.l

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@
3232
* POSSIBILITY OF SUCH DAMAGE.
3333
*/
3434

35-
#include <sys/cdefs.h>
36-
#if defined(LIBC_SCCS) && !defined(lint)
37-
static char *rcsid =
38-
"$FreeBSD$";
39-
#endif /* LIBC_SCCS and not lint */
40-
4135
#include "namespace.h"
4236
#include <ctype.h>
4337
#define _NS_PRIVATE

lib/libc/powerpc/gen/syncicache.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
* $NetBSD: syncicache.c,v 1.2 1999/05/05 12:36:40 tsubai Exp $
3434
*/
3535

36-
#ifndef lint
37-
static const char rcsid[] =
38-
"$FreeBSD$";
39-
#endif /* not lint */
40-
4136
#include <sys/param.h>
4237
#if defined(_KERNEL) || defined(_STANDALONE)
4338
#include <sys/time.h>

lib/libc/powerpc64/gen/syncicache.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
* $NetBSD: syncicache.c,v 1.2 1999/05/05 12:36:40 tsubai Exp $
3434
*/
3535

36-
#ifndef lint
37-
static const char rcsid[] =
38-
"$FreeBSD$";
39-
#endif /* not lint */
40-
4136
#include <sys/param.h>
4237
#if defined(_KERNEL) || defined(_STANDALONE)
4338
#include <sys/time.h>

lib/msun/src/e_sqrtf.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
* ====================================================
1414
*/
1515

16-
#ifndef lint
17-
static char rcsid[] = "$FreeBSD$";
18-
#endif
19-
2016
#include "math.h"
2117
#include "math_private.h"
2218

lib/msun/src/s_modf.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
* ====================================================
1111
*/
1212

13-
#ifndef lint
14-
static char rcsid[] = "$FreeBSD$";
15-
#endif
16-
1713
/*
1814
* modf(double x, double *iptr)
1915
* return fraction part of x, and return x's integral part in *iptr.

lib/msun/src/w_cabsf.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
* Placed into the Public Domain, 1994.
66
*/
77

8-
#ifndef lint
9-
static const char rcsid[] =
10-
"$FreeBSD$";
11-
#endif /* not lint */
12-
138
#include <complex.h>
149
#include <math.h>
1510
#include "math_private.h"

libexec/atrun/atrun.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2727
*/
2828

29-
#ifndef lint
30-
static const char rcsid[] =
31-
"$FreeBSD$";
32-
#endif /* not lint */
33-
3429
/* System Headers */
3530

3631
#include <sys/fcntl.h>

libexec/atrun/gloadavg.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
2525
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
*/
2727

28-
#ifndef lint
29-
static const char rcsid[] =
30-
"$FreeBSD$";
31-
#endif /* not lint */
32-
3328
#ifndef __FreeBSD__
3429
#define _POSIX_SOURCE 1
3530

libexec/atrun/gloadavg.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,3 @@
2626
*/
2727

2828
double gloadavg(void);
29-
#if 0
30-
static char atrun_h_rcsid[] = "$FreeBSD$";
31-
#endif

0 commit comments

Comments
 (0)