1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/comms/yaps/files/patch-ad
Jun Kuriyama 918514b081 YAPS (Yet Another Pager Software)
Submitted by:   Stefan Esser <se@mi.uni-koeln.de>
1998-10-09 04:50:07 +00:00

14 lines
401 B
Plaintext

*** tty.c~ Sat Jun 7 16:32:21 1997
--- tty.c Tue Sep 29 15:32:05 1998
***************
*** 23,28 ****
--- 23,30 ----
# include <sys/mkdev.h>
# else /* ! HAVE_SYS_SYSMACROS_H && ! HAVE_SYS_MKDEV_H */
+ # ifndef major
# define major(xx) (((xx) >> 8) & 0xff)
# define minor(xx) ((xx) & 0xff)
+ # endif /* major */
# endif /* HAVE_SYS_SYSMACROS_H || HAVE_SYS_MKDEV_H */
# include "pager.h"