Skip to content

Commit

Permalink
[darwin] libproc: fix missing declaration
Browse files Browse the repository at this point in the history
In previous attempt to handle -fno-common, I fixed the multiple
declaration issue, but I forgot to add the declaration in dstore.c.

Signed-off-by: Jiajie Chen <c@jia.je>
  • Loading branch information
jiegec committed Jul 14, 2022
1 parent e48c206 commit 8e47e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dialects/darwin/libproc/dstore.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ static char copyright[] =

#include "lsof.h"

struct file *Cfp; /* curent file's file struct pointer */

#if defined(HASFSTRUCT)
/*
Expand Down

0 comments on commit 8e47e14

Please sign in to comment.