mirror of
https://github.com/systemd/systemd.git
synced 2025-09-19 01:44:42 +03:00
path_id: make global variable static
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 2009 Kay Sievers <kay.sievers@vrfy.org>
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation, either version 2 of the License, or
|
* the Free Software Foundation, either version 2 of the License, or
|
||||||
@@ -31,7 +33,7 @@
|
|||||||
#include "libudev.h"
|
#include "libudev.h"
|
||||||
#include "libudev-private.h"
|
#include "libudev-private.h"
|
||||||
|
|
||||||
int debug;
|
static int debug;
|
||||||
|
|
||||||
static void log_fn(struct udev *udev, int priority,
|
static void log_fn(struct udev *udev, int priority,
|
||||||
const char *file, int line, const char *fn,
|
const char *file, int line, const char *fn,
|
||||||
|
Reference in New Issue
Block a user