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

(-)jfsutils-1.1.15_O/fsck/fsck_message.c (+1 lines)
Lines 3-8 Link Here
3
#include <stdio.h>
3
#include <stdio.h>
4
#include <stdarg.h>
4
#include <stdarg.h>
5
#include <string.h>
5
#include <string.h>
6
#include <libgen.h>
6
#include "fsck_message.h"
7
#include "fsck_message.h"
7
#include "fsckwsp.h"
8
#include "fsckwsp.h"
8
#include "jfs_endian.h"
9
#include "jfs_endian.h"
(-)jfsutils-1.1.15_O/fscklog/fscklog.c (+1 lines)
Lines 70-75 Link Here
70
#include <stdarg.h>
70
#include <stdarg.h>
71
#include <stdlib.h>
71
#include <stdlib.h>
72
#include <unistd.h>
72
#include <unistd.h>
73
#include <libgen.h>
73
74
74
#include "jfs_version.h"
75
#include "jfs_version.h"
75
#include "jfs_fscklog.h"
76
#include "jfs_fscklog.h"

Return to bug 937493