aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-09-25 14:50:33 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-10-24 18:13:18 +0000
commit7ccea130e81099f1cd11ec97239e387b31a2a661 (patch)
tree29a3b2b3d7e858c9aecbf07c738028ca52ec6365
parent8cc22227ffdf98a49c6761431e493146fbeabf87 (diff)
downloadsrc-7ccea130e81099f1cd11ec97239e387b31a2a661.tar.gz
src-7ccea130e81099f1cd11ec97239e387b31a2a661.zip
lpr: Remove now unused fallback definition for __FBSDID
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41956 (cherry picked from commit e4c68414d0854b5e43dfd1b2b0cfbc295702e831)
-rw-r--r--usr.sbin/lpr/common_source/lp.cdefs.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/usr.sbin/lpr/common_source/lp.cdefs.h b/usr.sbin/lpr/common_source/lp.cdefs.h
index c3ca409b6a8b..f5adf6e0ba5d 100644
--- a/usr.sbin/lpr/common_source/lp.cdefs.h
+++ b/usr.sbin/lpr/common_source/lp.cdefs.h
@@ -82,20 +82,6 @@
#endif
/*
- * All the lpr source files will want to reference __FBSDID() to
- * handle rcs id's.
- */
-#if !defined(__FBSDID)
-# if defined(lint) || defined(STRIP_FBSDID)
-# define __FBSDID(s) struct skip_rcsid_struct
-# elif defined(__IDSTRING) /* NetBSD */
-# define __FBSDID(s) __IDSTRING(rcsid,s)
-# else
-# define __FBSDID(s) static const char rcsid[] __unused = s
-# endif
-#endif /* __FBSDID */
-
-/*
* Some lpr include files use __BEGIN_DECLS and __END_DECLS.
*/
#if !defined(__BEGIN_DECLS)