-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix C&P errors with $NetBSD$. From Joerg
- Loading branch information
1 parent
cf5f15c
commit 4aea26a
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $NetBSD */ | ||
/* $NetBSD: apropos-utils.c,v 1.2 2012/02/07 19:17:16 joerg Exp $ */ | ||
/*- | ||
* Copyright (c) 2011 Abhinav Upadhyay <[email protected]> | ||
* All rights reserved. | ||
|
@@ -31,7 +31,7 @@ | |
*/ | ||
|
||
#include <sys/cdefs.h> | ||
__RCSID("$NetBSD: apropos-utils.c,v 1.1 2012/02/07 19:13:32 joerg Exp $"); | ||
__RCSID("$NetBSD: apropos-utils.c,v 1.2 2012/02/07 19:17:16 joerg Exp $"); | ||
|
||
#include <sys/stat.h> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $NetBSD */ | ||
/* $NetBSD: apropos-utils.h,v 1.2 2012/02/07 19:17:16 joerg Exp $ */ | ||
/*- | ||
* Copyright (c) 2011 Abhinav Upadhyay <[email protected]> | ||
* All rights reserved. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $NetBSD */ | ||
/* $NetBSD: apropos.c,v 1.2 2012/02/07 19:17:16 joerg Exp $ */ | ||
/*- | ||
* Copyright (c) 2011 Abhinav Upadhyay <[email protected]> | ||
* All rights reserved. | ||
|
@@ -31,7 +31,7 @@ | |
*/ | ||
|
||
#include <sys/cdefs.h> | ||
__RCSID("$NetBSD: apropos.c,v 1.1 2012/02/07 19:13:32 joerg Exp $"); | ||
__RCSID("$NetBSD: apropos.c,v 1.2 2012/02/07 19:17:16 joerg Exp $"); | ||
|
||
#include <err.h> | ||
#include <search.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $NetBSD */ | ||
/* $NetBSD: makemandb.c,v 1.2 2012/02/07 19:17:16 joerg Exp $ */ | ||
/* | ||
* Copyright (c) 2011 Abhinav Upadhyay <[email protected]> | ||
* Copyright (c) 2011 Kristaps Dzonsons <[email protected]> | ||
|
@@ -17,7 +17,7 @@ | |
*/ | ||
|
||
#include <sys/cdefs.h> | ||
__RCSID("$NetBSD: makemandb.c,v 1.1 2012/02/07 19:13:32 joerg Exp $"); | ||
__RCSID("$NetBSD: makemandb.c,v 1.2 2012/02/07 19:17:16 joerg Exp $"); | ||
|
||
#include <sys/stat.h> | ||
#include <sys/types.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $NetBSD */ | ||
/* $NetBSD: whatis.c,v 1.2 2012/02/07 19:17:16 joerg Exp $ */ | ||
/*- | ||
* Copyright (c) 2012 Joerg Sonnenberger <[email protected]> | ||
* All rights reserved. | ||
|
@@ -29,7 +29,7 @@ | |
*/ | ||
|
||
#include <sys/cdefs.h> | ||
__RCSID("$NetBSD: whatis.c,v 1.1 2012/02/07 19:13:32 joerg Exp $"); | ||
__RCSID("$NetBSD: whatis.c,v 1.2 2012/02/07 19:17:16 joerg Exp $"); | ||
|
||
#include <err.h> | ||
#include <stdio.h> | ||
|