Skip to content

Commit

Permalink
Fix C&P errors with $NetBSD$. From Joerg
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-upadhyay committed Feb 18, 2012
1 parent cf5f15c commit 4aea26a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions apropos-utils.c
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.
Expand Down Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion apropos-utils.h
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.
Expand Down
4 changes: 2 additions & 2 deletions apropos.c
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.
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions makemandb.c
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]>
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions whatis.c
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.
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 4aea26a

Please sign in to comment.