Shawn Nematbakhsh posted comments on this change.
View Change
Patch set 1:
(1 comment)
File linux_mtd.c:
Patch Set #1, Line 41: static char sysfs_path[PATH_MAX];
linux_mtd.o -c linux_mtd.c
linux_mtd.c:41:24: error: 'PATH_MAX' undeclared here (not in a function); did you mean 'INT8_MAX'?
static char sysfs_path[PATH_MAX];
Do we need #include <linux/limits.h>?
To view, visit change 22501. To unsubscribe, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib3b8963874722ea80299e9298101409408d6c253
Gerrit-Change-Number: 22501
Gerrit-PatchSet: 1
Gerrit-Owner: David Hendricks <david.hendricks@gmail.com>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: Shawn Nematbakhsh <shawnn@chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Comment-Date: Fri, 17 Nov 2017 18:22:52 +0000
Gerrit-HasComments: Yes