diff options
author | 1995-12-24 00:41:08 +0000 | |
---|---|---|
committer | 1995-12-24 00:41:08 +0000 | |
commit | 8c566747f6daa01b5bb0718663001203a838b203 (patch) | |
tree | 961c5d70bf5a2f7d0fa686cdb4f321c97b084122 | |
parent | Enable kerberosIV by default (diff) | |
download | wireguard-openbsd-8c566747f6daa01b5bb0718663001203a838b203.tar.xz wireguard-openbsd-8c566747f6daa01b5bb0718663001203a838b203.zip |
repair an obvious cpp syntax error
-rw-r--r-- | usr.sbin/ypserv/common/ypdb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/common/ypdb.h b/usr.sbin/ypserv/common/ypdb.h index c8cb8b06651..4208ed6002c 100644 --- a/usr.sbin/ypserv/common/ypdb.h +++ b/usr.sbin/ypserv/common/ypdb.h @@ -38,7 +38,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ypdb.h,v 1.1 1995/11/01 16:56:17 deraadt Exp $ + * $Id: ypdb.h,v 1.2 1995/12/24 00:41:08 deraadt Exp $ */ #ifndef _YPDB_H_ @@ -74,4 +74,4 @@ DBM *ypdb_open __P((const char *, int, int)); int ypdb_store __P((DBM *, datum, datum, int)); __END_DECLS -#endif /* !_YPDB_H_ +#endif /* !_YPDB_H_ */ |