Skip to content
  • Per Cederqvist's avatar
    POSIXized include files. · 625275c2
    Per Cederqvist authored
    Replaced u_ with unsigned.
    (restart_kom): Use getcwd() (which is POSIX) to get
    	the current working directory. Fall back on getwd() if getcwd() is
    	not available.
    (main): Use sysconf(_SC_OPEN_MAX) instead of
    	getdtablesize(), if available.
    625275c2