ssf
Owner: IIIlllIIIllI URL: git@git.0x00nyx.xyz:seb/ssf.git
add name
Commit cdeacca6464e798c5c3e96b8de81b4b0c871e1be by IIIlllIIIllI <seb.michalk@gmail.com> on 2025-12-20 12:18:55 +0100
diff --git a/error.log b/error.log
deleted file mode 100644
index 03d650a..0000000
--- a/error.log
+++ /dev/null
@@ -1,11 +0,0 @@
-ld: warning: ssf.c(ssf.o:(main)): warning: strcpy() is almost always misused, please use strlcpy()
-ld: error: undefined symbol: sysctlbyname
->>> referenced by ssf.c
->>> ssf.o:(main)
->>> referenced by ssf.c
->>> ssf.o:(main)
->>> referenced by ssf.c
->>> ssf.o:(main)
->>> referenced 2 more times
-cc: error: linker command failed with exit code 1 (use -v to see invocation)
-*** Error 1 in /root/ssf (Makefile:19 'ssf')
diff --git a/out.log b/out.log
deleted file mode 100644
index 4ca592f..0000000
--- a/out.log
+++ /dev/null
@@ -1,6 +0,0 @@
-ssf build options:
-CC = cc
-CPPFLAGS = -DVERSION="1.0"
-CFLAGS = -std=c99 -pedantic -Wall -Wextra -O2
-LDFLAGS =
-cc ssf.o -o ssf
diff --git a/ssf.c b/ssf.c
index d77f7b0..16670db 100644
--- a/ssf.c
+++ b/ssf.c
@@ -1,3 +1,5 @@
+/* (c) 2025 Sebastian Michalk <sebastian.michalk@pm.me> */
+
#ifndef __OpenBSD__
#define _POSIX_C_SOURCE 200809L
#endif
diff --git a/ssf.o b/ssf.o
deleted file mode 100644
index 9313f91..0000000
Binary files a/ssf.o and /dev/null differ