mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-23 15:19:06 +01:00
-sys/queue.h in proc.c, and nuke the unnecessary C++ header guards stuff and
sys/cdefs.h in vis.h (it causes problems on some platforms). Reported by someone on GitHub, issue 212.
This commit is contained in:
parent
3f47ff6ecd
commit
7b085136a7
@ -73,9 +73,6 @@
|
|||||||
*/
|
*/
|
||||||
#define UNVIS_END 1 /* no more characters */
|
#define UNVIS_END 1 /* no more characters */
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
|
||||||
|
|
||||||
__BEGIN_DECLS
|
|
||||||
char *vis(char *, int, int, int);
|
char *vis(char *, int, int, int);
|
||||||
int strvis(char *, const char *, int);
|
int strvis(char *, const char *, int);
|
||||||
int stravis(char **, const char *, int);
|
int stravis(char **, const char *, int);
|
||||||
@ -85,6 +82,4 @@ int strunvis(char *, const char *);
|
|||||||
int unvis(char *, char, int *, int);
|
int unvis(char *, char, int *, int);
|
||||||
ssize_t strnunvis(char *, const char *, size_t);
|
ssize_t strnunvis(char *, const char *, size_t);
|
||||||
|
|
||||||
__END_DECLS
|
|
||||||
|
|
||||||
#endif /* !_VIS_H_ */
|
#endif /* !_VIS_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user