mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
tr181: qos-openwrt: fix #endif's without #if
This commit fixes compile errors when use -DGENERIC_OPENWRT, due to unopened #endif's Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
This commit is contained in:
parent
6a0545cf50
commit
c924d27338
1 changed files with 1 additions and 2 deletions
|
|
@ -1172,7 +1172,7 @@ int os_set_QoSClassification_SourceMACAddress(char *refparam, struct dmctx *ctx,
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
int get_QoSClassification_SourceMACMask(char *refparam, struct dmctx *ctx, void *data, char *instance, char **value)
|
||||
{
|
||||
//TODO
|
||||
|
|
@ -3156,7 +3156,6 @@ int get_QoSPolicer_NonConformingCountedBytes(char *refparam, struct dmctx *ctx,
|
|||
//TODO
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
int os_get_QoSQueue_Enable(char *refparam, struct dmctx *ctx, void *data, char *instance, char **value)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue