1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

path_id: make global variable static

This commit is contained in:
Kay Sievers 2009-07-22 19:09:48 +02:00
parent 9821e70264
commit 1b691f831b

View File

@ -3,6 +3,8 @@
*
* Copyright (C) 2009 Kay Sievers <kay.sievers@vrfy.org>
*
* Log based on Hannes Reinecke's shell script.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
@ -31,7 +33,7 @@
#include "libudev.h"
#include "libudev-private.h"
int debug;
static int debug;
static void log_fn(struct udev *udev, int priority,
const char *file, int line, const char *fn,