This website works better with JavaScript
Home
Explore
Help
Register
Sign In
XCAppCollection
/
XCVMKit-OS
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
[Feat] [1.0.0] Add vmnetproxy to getty
xcbosa mbp16
2 months ago
parent
1601b928bb
commit
a05a0f1554
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
post_sbin/getty.c
+ 2
- 0
post_sbin/getty.c
View File
@@ -1,3 +1,5 @@
+#define _GNU_SOURCE
+
#include <stdio.h>
#include <pthread.h>
#include <unistd.h>