headers/bsd: fix comments after #endif

gcc2 complains otherwise when using -ansi -pedantic-errors that
"text afer `#endif' violates ANSI standard" because it doesn't
recognize C++ comments in C mode.

Change-Id: Icb091d15a4324625ce305aa89391c44a94f4a38e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8094
Reviewed-by: Adrien Destugues <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
Joachim Mairböck
2024-08-23 15:16:40 +00:00
committed by waddlesplash
parent b278b98232
commit e595b7fd4b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,4 +20,4 @@
#endif
#endif // _FEATURES_H
#endif /* _FEATURES_H */
+1 -1
View File
@@ -28,4 +28,4 @@ __END_DECLS
#endif
#endif // _BSD_PTY_H_
#endif /* _BSD_PTY_H_ */