ssf
Owner: IIIlllIIIllI URL: git@git.0x00nyx.xyz:seb/ssf.git
bsd bld err
Commit a218a4d3f640645dea86b87eb323b8c4f3825c67 by Charlie Root <root@immortal.localdomain> on 2025-09-23 15:49:38 +0200
diff --git a/error.log b/error.log
new file mode 100644
index 0000000..03d650a
--- /dev/null
+++ b/error.log
@@ -0,0 +1,11 @@
+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
new file mode 100644
index 0000000..4ca592f
--- /dev/null
+++ b/out.log
@@ -0,0 +1,6 @@
+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.o b/ssf.o
new file mode 100644
index 0000000..9313f91
Binary files /dev/null and b/ssf.o differ