diff options
author | 2007-11-04 18:52:45 +0000 | |
---|---|---|
committer | 2007-11-04 18:52:45 +0000 | |
commit | a4f528db276c01566f002f796896c7f3bd6a2b20 (patch) | |
tree | d0bce0b7f42724839a332e723153dbe8d471087d | |
parent | Also show warning message for -U and -p in message area; noted by Mark (diff) | |
download | wireguard-openbsd-a4f528db276c01566f002f796896c7f3bd6a2b20.tar.xz wireguard-openbsd-a4f528db276c01566f002f796896c7f3bd6a2b20.zip |
iUpdate from master repo:
> kflag exists in both passes.
-rw-r--r-- | usr.bin/pcc/mip/manifest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pcc/mip/manifest.h b/usr.bin/pcc/mip/manifest.h index 0a5ced4cfb3..e7d89493bd8 100644 --- a/usr.bin/pcc/mip/manifest.h +++ b/usr.bin/pcc/mip/manifest.h @@ -1,4 +1,4 @@ -/* $OpenBSD: manifest.h,v 1.3 2007/10/01 18:51:02 otto Exp $ */ +/* $OpenBSD: manifest.h,v 1.4 2007/11/04 18:52:45 ragge Exp $ */ /* * Copyright(C) Caldera International Inc. 2001-2002. All rights reserved. * @@ -172,7 +172,7 @@ */ extern int bdebug, tdebug, edebug; extern int ddebug, xdebug, f2debug; -extern int iTflag, oTflag; +extern int iTflag, oTflag, kflag; extern int vdebug, sflag, nflag, gflag; extern int Wstrict_prototypes, Wmissing_prototypes, Wimplicit_int, Wimplicit_function_declaration; |