Llandon / lsmount

lsmount is a small program for formatting the /proc/mounts output
https://www.lsmount.org
Other
5 stars 2 forks source link

A patch suggestion #1

Closed george1502 closed 6 years ago

george1502 commented 9 years ago

I had problems to get the program built on my Ubuntu. After a bit of searching it worked as I made this little changes. I tried to upload my version, but I got a 403Error. SI raised an issue and posted it this way.

diff --git a/Makefile b/Makefile index 4c3e380..9dea06b 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ debug: CFLAGS += -g -Og -DDEBUG -Wextra -pedantic -Wcast-qual -Wcast-align -Wfo debug: $(BIN)

lsmount: lsmount.o lsmgrid.o options.o

Llandon commented 6 years ago

shoul be fixed in 255522e