aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/c89
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/c89')
-rw-r--r--usr.bin/c89/Makefile2
-rw-r--r--usr.bin/c89/c89.12
-rw-r--r--usr.bin/c89/c89.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/c89/Makefile b/usr.bin/c89/Makefile
index 1d9551cc38b6..a71aebdf04c5 100644
--- a/usr.bin/c89/Makefile
+++ b/usr.bin/c89/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/c89/Makefile,v 1.7 2005/01/28 16:08:07 ru Exp $
PROG= c89
diff --git a/usr.bin/c89/c89.1 b/usr.bin/c89/c89.1
index 302aa321dad7..486c12d35730 100644
--- a/usr.bin/c89/c89.1
+++ b/usr.bin/c89/c89.1
@@ -23,7 +23,7 @@
.\" (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$
+.\" $FreeBSD: src/usr.bin/c89/c89.1,v 1.11 2007/03/10 07:10:01 ru Exp $
.\"
.Dd September 17, 1997
.Os
diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c
index a1dc9b2a6238..00a99890e40d 100644
--- a/usr.bin/c89/c89.c
+++ b/usr.bin/c89/c89.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/c89/c89.c,v 1.5 2005/05/21 09:55:04 ru Exp $");
#include <err.h>
#include <stdio.h>