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:
committed by
waddlesplash
parent
b278b98232
commit
e595b7fd4b
@@ -20,4 +20,4 @@
|
||||
#endif
|
||||
|
||||
|
||||
#endif // _FEATURES_H
|
||||
#endif /* _FEATURES_H */
|
||||
|
||||
@@ -28,4 +28,4 @@ __END_DECLS
|
||||
#endif
|
||||
|
||||
|
||||
#endif // _BSD_PTY_H_
|
||||
#endif /* _BSD_PTY_H_ */
|
||||
|
||||
Reference in New Issue
Block a user