Systemd/load-fstab.c
Lennart Poettering 87f0e418cf s/name/unit
2010-01-26 21:39:06 +01:00

12 lines
185 B
C

/*-*- Mode: C; c-basic-offset: 8 -*-*/
#include "load-fstab.h"
int unit_load_fstab(Unit *u) {
assert(u);
/* Load dependencies from /etc/fstab */
return 0;
}