Skip to content
Snippets Groups Projects
Commit 935ee8c1 authored by deuce's avatar deuce
Browse files

Kill unused variable warning.

parent 98cf2088
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,9 @@ int DLLCALL sopen(char *fn, int access, int share)
#ifndef F_SANEWRLCKNO
int flock_op=LOCK_NB; /* non-blocking */
#endif
#ifndef BSD
struct flock alock;
#endif
if ((fd = open(fn, access, S_IREAD|S_IWRITE)) < 0)
return -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment