CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2023/10/29 08:23:04
Modified files: sbin/ifconfig : ifconfig.c Log message: Use clock_gettime(), not timespec_get() like other parts of ifconfig. This makes is possible to build the base system with a C99 compiler. OK deraadt@ mvs@