Skip to content

Commit

Permalink
Prevent missing openpty prototype error on FreeBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
feeley committed Feb 22, 2013
1 parent 6e802a1 commit 8a8df9c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/stamp.h
Expand Up @@ -2,5 +2,5 @@
* Time stamp of last source code repository commit.
*/

#define ___STAMP_YMD 20130219
#define ___STAMP_HMS 214006
#define ___STAMP_YMD 20130222
#define ___STAMP_HMS 221557
8 changes: 8 additions & 0 deletions lib/os.h
Expand Up @@ -940,6 +940,14 @@ ___END_C_LINKAGE
#define INCLUDE_pty_h
#undef INCLUDE_util_h
#define INCLUDE_util_h
#undef INCLUDE_sys_types_h
#define INCLUDE_sys_types_h
#undef INCLUDE_sys_ioctl_h
#define INCLUDE_sys_ioctl_h
#undef INCLUDE_termios_h
#define INCLUDE_termios_h
#undef INCLUDE_libutil_h
#define INCLUDE_libutil_h
#endif

#ifdef USE_getpt
Expand Down

0 comments on commit 8a8df9c

Please sign in to comment.