OSDN Git Service

Remove dependence on sys/timeb.h. Nothing uses ftime() or struct timeb, and sys...
authorEric Branlund <ebranlund@fastmail.com>
Mon, 9 Jan 2023 05:54:11 +0000 (22:54 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Mon, 9 Jan 2023 05:54:11 +0000 (22:54 -0700)
src/h-system.h

index cf1f29c..77c5ea2 100644 (file)
 #  include <sys/time.h>
 # endif
 
-# if !defined(SGI) && !defined(ULTRIX)
-#  include <sys/timeb.h>
-# endif
-
 #endif /* SET_UID */