summaryrefslogtreecommitdiffstats
path: root/lib/libmenu/mf_common.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2000-10-08 22:46:53 +0000
committermillert <millert@openbsd.org>2000-10-08 22:46:53 +0000
commit91421ef511f3d137bc8cbea1d63f2c50663d7a1f (patch)
treed1326167c538bf562ffc9cfee9ecbc91a458846e /lib/libmenu/mf_common.h
parentUpdate to ncurses-5.1-20001007 version: (diff)
downloadwireguard-openbsd-91421ef511f3d137bc8cbea1d63f2c50663d7a1f.tar.xz
wireguard-openbsd-91421ef511f3d137bc8cbea1d63f2c50663d7a1f.zip
update to ncurses-5.1-20001007
Diffstat (limited to 'lib/libmenu/mf_common.h')
-rw-r--r--lib/libmenu/mf_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libmenu/mf_common.h b/lib/libmenu/mf_common.h
index 77dc33749e6..b88aa91ac5b 100644
--- a/lib/libmenu/mf_common.h
+++ b/lib/libmenu/mf_common.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: mf_common.h,v 1.5 1999/05/17 03:04:26 millert Exp $ */
+/* $OpenBSD: mf_common.h,v 1.6 2000/10/08 22:47:07 millert Exp $ */
/****************************************************************************
- * Copyright (c) 1998 Free Software Foundation, Inc. *
+ * Copyright (c) 1998,2000 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@ -58,7 +58,7 @@ extern int errno;
#include <nc_alloc.h>
-#ifdef USE_RCS_IDS
+#if USE_RCS_IDS
#define MODULE_ID(id) static const char Ident[] = id;
#else
#define MODULE_ID(id) /*nothing*/