From eb50f77154e23b9dc231926d5a0af07dd7761bc4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 4 Jul 2010 16:08:59 +0200 Subject: s3: Fix some nested extern warnings --- source3/printing/printing.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/printing/printing.c') diff --git a/source3/printing/printing.c b/source3/printing/printing.c index b69350496a..93624f0f78 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -1380,11 +1380,12 @@ static void printing_pause_fd_handler(struct tevent_context *ev, exit_server_cleanly(NULL); } +extern struct child_pid *children; +extern int num_children; + static void add_child_pid(pid_t pid) { - extern struct child_pid *children; struct child_pid *child; - extern int num_children; child = SMB_MALLOC_P(struct child_pid); if (child == NULL) { -- cgit