[haiku-commits] BRANCH HaikuPM-github.package-management [c625c5f] in headers/posix: . sys

  • From: HaikuPM-github.package-management <community@xxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 12 Jun 2013 15:00:37 +0200 (CEST)

added 1 changeset to branch 'refs/remotes/HaikuPM-github/package-management'
old head: 7b6d45c94231c30cd3ce280307269b5dc2367e22
new head: c625c5fd36fe4894ec9967db23e09f4edc4cc1f3
overview: https://github.com/haiku/HaikuPM/compare/7b6d45c...c625c5f

----------------------------------------------------------------------------

c625c5f: <langinfo.h>/<select.h>: don't use C++ comments

                                    [ Ingo Weinhold <ingo_weinhold@xxxxxx> ]

----------------------------------------------------------------------------

Commit:      c625c5fd36fe4894ec9967db23e09f4edc4cc1f3
Author:      Ingo Weinhold <ingo_weinhold@xxxxxx>
Date:        Wed Jun 12 12:38:16 2013 UTC

----------------------------------------------------------------------------

2 files changed, 4 insertions(+), 4 deletions(-)
headers/posix/langinfo.h   | 6 +++---
headers/posix/sys/select.h | 2 +-

----------------------------------------------------------------------------

diff --git a/headers/posix/langinfo.h b/headers/posix/langinfo.h
index cbd63bd..d5dc7c8 100644
--- a/headers/posix/langinfo.h
+++ b/headers/posix/langinfo.h
@@ -83,9 +83,9 @@ enum {
        _NL_LANGINFO_LAST
 };
 
-// According to the POSIX base specs v7, the above need to be available as
-// symbolic constants, so we define them individually to their respective
-// enumeration name.
+/* According to the POSIX base specs v7, the above need to be available as
+   symbolic constants, so we define them individually to their respective
+   enumeration name. */
 #define CODESET CODESET
 #define D_T_FMT D_T_FMT
 #define D_FMT D_FMT
diff --git a/headers/posix/sys/select.h b/headers/posix/sys/select.h
index 064a0dd..3f41e13 100644
--- a/headers/posix/sys/select.h
+++ b/headers/posix/sys/select.h
@@ -43,7 +43,7 @@ typedef struct fd_set {
 #define _FD_BITSINDEX(fd) ((fd) / NFDBITS)
 #define _FD_BIT(fd) (1L << ((fd) % NFDBITS))
 
-// FD_ZERO uses memset
+/* FD_ZERO uses memset */
 #include <string.h>
 
 #define FD_ZERO(set) memset((set), 0, sizeof(fd_set))


Other related posts:

  • » [haiku-commits] BRANCH HaikuPM-github.package-management [c625c5f] in headers/posix: . sys - HaikuPM-github . package-management