diff options
author | 2007-09-18 07:16:01 +0000 | |
---|---|---|
committer | 2007-09-18 07:16:01 +0000 | |
commit | 3eea1ba46c5e9809fdd8e6fe88c61cc792f47e5f (patch) | |
tree | 1328e5dc164b6b29234b8f9c8cc29abf6edf807d | |
parent | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no (diff) | |
download | wireguard-openbsd-3eea1ba46c5e9809fdd8e6fe88c61cc792f47e5f.tar.xz wireguard-openbsd-3eea1ba46c5e9809fdd8e6fe88c61cc792f47e5f.zip |
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). |