mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-17 17:11:38 +02:00
Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs.
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef __NetBSD__
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/stat.h>
|
||||
@@ -118,5 +116,3 @@ retry:
|
||||
free(buf);
|
||||
return (name);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user