Skip to content

Commit

Permalink
WTF macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dacav committed Jan 3, 2025
1 parent 8760f39 commit 82544a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ static int open_safely(int *outfd, size_t *outsize, const char *path) {
*outfd = -1;
*outsize = 0;

system("ls -ld /usr/local/etc");

Step = 1000;
while ((c = strtok_r(NULL, "/", &saveptr)) != NULL) {
fd =
Expand Down

0 comments on commit 82544a6

Please sign in to comment.