]> git.ipfire.org Git - people/ms/systemd.git/blame - load-fstab.c
unit_merge() needs a proper review
[people/ms/systemd.git] / load-fstab.c
CommitLineData
5cb5a6ff
LP
1/*-*- Mode: C; c-basic-offset: 8 -*-*/
2
3#include "load-fstab.h"
4
87f0e418
LP
5int unit_load_fstab(Unit *u) {
6 assert(u);
5cb5a6ff
LP
7
8 /* Load dependencies from /etc/fstab */
9
10 return 0;
11}