diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-09-18 07:16:02 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-09-18 07:16:02 +0000 |
commit | 66e63ad247d38bcd81851a747a9c27c90a6588dd (patch) | |
tree | b398dc84a4d7931a60d38962c073881d691a7626 | |
parent | 29ae8cddb2ec660dd7311cb7bbaea7a920b82c67 (diff) |
some $OpenBSD$s got lost again in the latest merge, noted by Dries
-rw-r--r-- | usr.bin/pcc/cc/cc/cc.c | 2 | ||||
-rw-r--r-- | usr.bin/pcc/cc/cpp/cpp.c | 2 | ||||
-rw-r--r-- | usr.bin/pcc/cc/cpp/cpp.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/pcc/cc/cc/cc.c b/usr.bin/pcc/cc/cc/cc.c index 1b3eccf61d7..4c5bfb9492e 100644 --- a/usr.bin/pcc/cc/cc/cc.c +++ b/usr.bin/pcc/cc/cc/cc.c @@ -1,4 +1,4 @@ -/* $Id: cc.c,v 1.5 2007/09/17 18:29:20 otto Exp $ */ +/* $OpenBSD: cc.c,v 1.6 2007/09/18 07:16:01 otto Exp $ */ /* * Copyright(C) Caldera International Inc. 2001-2002. All rights reserved. * diff --git a/usr.bin/pcc/cc/cpp/cpp.c b/usr.bin/pcc/cc/cpp/cpp.c index 8fe6ea6e47f..4833140f38f 100644 --- a/usr.bin/pcc/cc/cpp/cpp.c +++ b/usr.bin/pcc/cc/cpp/cpp.c @@ -1,4 +1,4 @@ -/* $Id: cpp.c,v 1.5 2007/09/17 18:29:20 otto Exp $ */ +/* $OpenBSD: cpp.c,v 1.6 2007/09/18 07:16:01 otto Exp $ */ /* * Copyright (c) 2004 Anders Magnusson (ragge@ludd.luth.se). diff --git a/usr.bin/pcc/cc/cpp/cpp.h b/usr.bin/pcc/cc/cpp/cpp.h index 95fcf0fc940..7b5aa6acb25 100644 --- a/usr.bin/pcc/cc/cpp/cpp.h +++ b/usr.bin/pcc/cc/cpp/cpp.h @@ -1,4 +1,4 @@ -/* $Id: cpp.h,v 1.3 2007/09/17 18:29:20 otto Exp $ */ +/* $OpenBSD: cpp.h,v 1.4 2007/09/18 07:16:01 otto Exp $ */ /* * Copyright (c) 2004 Anders Magnusson (ragge@ludd.luth.se). |