summaryrefslogtreecommitdiffstats
path: root/usr.bin/basename
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-03 01:15:28 +0000
committermarkm <markm@FreeBSD.org>2001-12-03 01:15:28 +0000
commit518bba4cc16c1c16dee2f3eed6cca94a1756705b (patch)
treecbbb90beb2b35495bd5516bd299e07f619a27776 /usr.bin/basename
parenta37ff29e1e9de484d097dc2095c4839ea4462fd4 (diff)
downloadFreeBSD-src-518bba4cc16c1c16dee2f3eed6cca94a1756705b.zip
FreeBSD-src-518bba4cc16c1c16dee2f3eed6cca94a1756705b.tar.gz
Use __FBSDID().
Diffstat (limited to 'usr.bin/basename')
-rw-r--r--usr.bin/basename/basename.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/basename/basename.c b/usr.bin/basename/basename.c
index 97e8e63..c7e4b47 100644
--- a/usr.bin/basename/basename.c
+++ b/usr.bin/basename/basename.c
@@ -29,15 +29,17 @@
* 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.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+
+__FBSDID("$FreeBSD$");
+
#ifndef lint
static const char copyright[] =
"@(#) Copyright (c) 1991, 1993, 1994\n\
The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
+#endif
#ifndef lint
static const char sccsid[] = "@(#)basename.c 8.4 (Berkeley) 5/4/95";
OpenPOWER on IntegriCloud