mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Genera refactor and cleanup.
This commit is contained in:
@@ -26,11 +26,11 @@
|
||||
#include "../aaruremote.h"
|
||||
#include "../endian.h"
|
||||
|
||||
AaruPacketHello* GetHello()
|
||||
AaruPacketHello *GetHello()
|
||||
{
|
||||
struct utsname utsname;
|
||||
int ret;
|
||||
AaruPacketHello* pkt_server_hello;
|
||||
AaruPacketHello *pkt_server_hello;
|
||||
|
||||
ret = uname(&utsname);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user