diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-16 14:54:52 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-16 14:54:52 +0000 |
| commit | 73d0a63df903445ecd32f5b95bb3ff34e3dc2976 (patch) | |
| tree | cabafef33c3acbaee3870555562ba84d076ecf42 /std/net.zc | |
| parent | e77725b55190b8ec6dcab46aa137c32652ea004b (diff) | |
Removed extra semicolons within the standard lib.
Diffstat (limited to 'std/net.zc')
| -rw-r--r-- | std/net.zc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,9 +1,9 @@ -include <sys/socket.h>; -include <netinet/in.h>; -include <arpa/inet.h>; -include <unistd.h>; -include <errno.h>; +include <sys/socket.h> +include <netinet/in.h> +include <arpa/inet.h> +include <unistd.h> +include <errno.h> import "./core.zc" import "./result.zc" |
