diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 2001-12-12 15:41:08 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 2001-12-12 15:41:08 +0000 |
| commit | 19e4b807f6f41b444a1eb96a95229de42bdb65aa (patch) | |
| tree | 6efe628ce6aeeaa606b1426697eb29f6f15af82f /include | |
| parent | ede55da024525017dbc00ea434a58af9ef1cf0f1 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/langinfo.h | 10 | ||||
| -rw-r--r-- | include/monetary.h | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/include/langinfo.h b/include/langinfo.h index b1fea3248cbe..25e88b60e394 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Alexey Zelkin <phantom@FreeBSD.org> * All rights reserved. * @@ -26,8 +26,8 @@ * $FreeBSD$ */ -#ifndef _LANGINFO_H -#define _LANGINFO_H +#ifndef _LANGINFO_H_ +#define _LANGINFO_H_ #include <sys/cdefs.h> #include <nl_types.h> @@ -105,7 +105,7 @@ #define D_MD_ORDER 57 /* month/day order (local extension) */ __BEGIN_DECLS -char *nl_langinfo(nl_item); +char *nl_langinfo __P((nl_item)); __END_DECLS -#endif /* _LANGINFO_H */ +#endif /* !_LANGINFO_H_ */ diff --git a/include/monetary.h b/include/monetary.h index a21b0dc1b9fa..1de844b388aa 100644 --- a/include/monetary.h +++ b/include/monetary.h @@ -26,8 +26,8 @@ * $FreeBSD$ */ -#ifndef _MONETARY_H -#define _MONETARY_H +#ifndef _MONETARY_H_ +#define _MONETARY_H_ #include <sys/cdefs.h> #include <machine/ansi.h> @@ -46,4 +46,4 @@ __BEGIN_DECLS ssize_t strfmon(char *, size_t, const char *, ...); __END_DECLS -#endif /* !_MONETARY_H */ +#endif /* !_MONETARY_H_ */ |
