Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 934990
Collapse All | Expand All

(-)a/src/tini.c (+2 lines)
Lines 18-23 Link Here
18
#include "tiniConfig.h"
18
#include "tiniConfig.h"
19
#include "tiniLicense.h"
19
#include "tiniLicense.h"
20
20
21
#define basename(name) (strrchr((name),'/') ? strrchr((name),'/')+1 : (name))
22
21
#if TINI_MINIMAL
23
#if TINI_MINIMAL
22
#define PRINT_FATAL(...)                         fprintf(stderr, __VA_ARGS__); fprintf(stderr, "\n");
24
#define PRINT_FATAL(...)                         fprintf(stderr, __VA_ARGS__); fprintf(stderr, "\n");
23
#define PRINT_WARNING(...)  if (verbosity > 0) { fprintf(stderr, __VA_ARGS__); fprintf(stderr, "\n"); }
25
#define PRINT_WARNING(...)  if (verbosity > 0) { fprintf(stderr, __VA_ARGS__); fprintf(stderr, "\n"); }

Return to bug 934990